summaryrefslogtreecommitdiff
path: root/hi-ui/src/routes/(app)/ch/[channel]/+page.svelte
blob: 26b493e7a5b2516b3cb45cd5313a91645af19648 (plain)
1
2
3
4
5
<script>
    import ActiveChannel from '$lib/components/ActiveChannel.svelte';
</script>

<ActiveChannel />